<img src="/images/myfirstimage.gif" > Problem...
This relative path <img src="/images/myfirstimage.gif" alt="alien pic"/> doesn't bring up the picture. What am I doing wrong? I have the picture stored in my_website/images. When I write it like this: <img src="../images/myfirstimage.gif" alt="alien pic"/> This picture shows up. Why doesn't it work without the ..?